home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / OWLGEN.ZIP / SAMPLE.MNU < prev    next >
Text File  |  1993-01-13  |  193b  |  15 lines

  1.  
  2.  
  3. MNU_Sample MENU 
  4. BEGIN
  5.     POPUP "&Test"
  6.     BEGIN
  7.         MENUITEM "Option &1", CM_Option1
  8.         MENUITEM "Option &2", CM_Option2
  9.         MENUITEM SEPARATOR
  10.         MENUITEM "&Close", CM_Close
  11.     END
  12.  
  13. END
  14.  
  15.